-
Notifications
You must be signed in to change notification settings - Fork 268
/
Copy pathIWithProtocol`1.xml
78 lines (78 loc) · 5.61 KB
/
IWithProtocol`1.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<Type Name="IWithProtocol<ParentT>" FullName="Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Definition.IWithProtocol<ParentT>">
<TypeSignature Language="C#" Value="public interface IWithProtocol<ParentT> : Microsoft.Azure.Management.Network.Fluent.HasProtocol.Definition.IWithProtocol<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Definition.IWithTimeout<ParentT>,Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayProtocol>" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IWithProtocol`1<ParentT> implements class Microsoft.Azure.Management.Network.Fluent.HasProtocol.Definition.IWithProtocol`2<class Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Definition.IWithTimeout`1<!ParentT>, class Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayProtocol>" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Definition.IWithProtocol`1" />
<TypeSignature Language="VB.NET" Value="Public Interface IWithProtocol(Of ParentT)
Implements IWithProtocol(Of IWithTimeout(Of ParentT), ApplicationGatewayProtocol)" />
<TypeSignature Language="F#" Value="type IWithProtocol<'ParentT> = interface
 interface IWithProtocol<IWithTimeout<'ParentT>, ApplicationGatewayProtocol>" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.69</AssemblyVersion>
<AssemblyVersion>1.0.0.70</AssemblyVersion>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<TypeParameters>
<TypeParameter Name="ParentT" />
</TypeParameters>
<Interfaces>
<Interface>
<InterfaceName>Microsoft.Azure.Management.Network.Fluent.HasProtocol.Definition.IWithProtocol<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Definition.IWithTimeout<ParentT>,Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayProtocol></InterfaceName>
</Interface>
</Interfaces>
<Docs>
<typeparam name="ParentT">The stage of the parent application gateway definition to return to after attaching this definition.</typeparam>
<summary>
Stage of an application gateway probe update allowing to specify the protocol of the probe.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="WithHttp">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Definition.IWithTimeout<ParentT> WithHttp ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Definition.IWithTimeout`1<!ParentT> WithHttp() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Definition.IWithProtocol`1.WithHttp" />
<MemberSignature Language="VB.NET" Value="Public Function WithHttp () As IWithTimeout(Of ParentT)" />
<MemberSignature Language="F#" Value="abstract member WithHttp : unit -> Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Definition.IWithTimeout<'ParentT>" Usage="iWithProtocol.WithHttp " />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Definition.IWithTimeout<ParentT></ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>
Specifies HTTP as the probe protocol.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<return>The next stage of the definition.</return>
</Docs>
</Member>
<Member MemberName="WithHttps">
<MemberSignature Language="C#" Value="public Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Definition.IWithTimeout<ParentT> WithHttps ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Definition.IWithTimeout`1<!ParentT> WithHttps() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Definition.IWithProtocol`1.WithHttps" />
<MemberSignature Language="VB.NET" Value="Public Function WithHttps () As IWithTimeout(Of ParentT)" />
<MemberSignature Language="F#" Value="abstract member WithHttps : unit -> Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Definition.IWithTimeout<'ParentT>" Usage="iWithProtocol.WithHttps " />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Network.Fluent</AssemblyName>
<AssemblyVersion>1.0.0.71</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Definition.IWithTimeout<ParentT></ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>
Specifies HTTPS as the probe protocol.
</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<return>The next stage of the definition.</return>
</Docs>
</Member>
</Members>
</Type>